inherited FileSessionFormatsFrame: TFileSessionFormatsFrame Caption = 'Format' object LeftGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 409 Height = 49 Caption = '%' TabOrder = 0 object LeftEdit: TUiComboBox Left = 8 Top = 16 Width = 393 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = SomethingChangedClick end end object RightGroupBox: TUiGroupBox Left = 8 Top = 64 Width = 409 Height = 73 Caption = 'Right' TabOrder = 1 object SameAsLeftEdit: TUiCheckBox Left = 8 Top = 16 Height = 17 Caption = 'Same as left' TabOrder = 0 OnClick = SomethingChangedClick end object RightEdit: TUiComboBox Left = 8 Top = 40 Width = 393 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = SomethingChangedClick end end end